home *** CD-ROM | disk | FTP | other *** search
/ Go Digital Interactive Ma…ine 1-2 (Bikini Version) / Go Digital - Interactive Magazine - Vol 01 - No 02 (Bikini Version).iso / mac / LINGO.INI < prev    next >
Text File  |  1995-08-22  |  293b  |  10 lines

  1. -- The DLLs or XObjects loaded are:
  2. -- FILEIO.DLL, for file input and output
  3.  
  4. on startup
  5.     put "Now loading LINGO.INI"&&the date&&the time
  6.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  7. --  set the centerStage to TRUE
  8.     openxlib "fileio"
  9. end startup
  10.